Definition at line 41 of file SystemAPI.java.
Public Member Functions | |
int | execProgramAndWait (String path, String args) throws OpenMISException |
Execute a program on mobile and wait until the program ended. | |
int | execProgram (String path, String args) throws OpenMISException |
Execute a program on mobile. | |
long | currentTimeInMillis () |
Get time stamp, same behavior as system.currentTimeMillis in milli Used to fix Creme V3.1 Bug. |
int org.openmobileis.embedded.util.SystemAPI.execProgramAndWait | ( | String | path, | |
String | args | |||
) | throws OpenMISException |
Execute a program on mobile and wait until the program ended.
String path of the program | ||
Arguments separated by space |
Definition at line 79 of file SystemAPI.java.
References org.openmobileis.embedded.util.ISystemAPI.execProgramAndWait().
int org.openmobileis.embedded.util.SystemAPI.execProgram | ( | String | path, | |
String | args | |||
) | throws OpenMISException |
Execute a program on mobile.
String path of the program | ||
Arguments separated by space |
Definition at line 88 of file SystemAPI.java.
References org.openmobileis.embedded.util.ISystemAPI.execProgram().