EXECUTIONMODE Data Type

Defines whether a function waits for the call to finish before executing a command. 4Test defines this enumerated data type as follows:
[-] type EXECUTIONMODE is enum
	[ ] EM_WAIT_UNTIL_FINISHED 
	[ ] EM_CONTINUE_RUNNING