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 ?
Thanks
Avi.
Very good question.
Tried just now and couldn’t find a good way to get it either.
I’m going to talk to R&D about this one.
Only bad ones, I’m afraid.
This is not implemented. I also asked if there are any good workarounds and they couldn’t see any.
I’ve put it in as a feature request for future releases.