RobotStudio event

PCSDK-Task State




Hi,
 
I have 2 tasks in my system one is running and one is not.
How can i get this information from PC SDK ?
 
I find a code example:

ExecutionState state = task.ExecutionState;

if (state == ExecutionState.Started)

but it dose not pass compilation ExecutionState unknown ?ThanksAvi.
 


John Wiberg2012-04-13 10:21:44

Comments