When you wait for an event in a while loop, you expect execution to continue each time the event is received and then continue waiting.
Why is context.ExecutionPointer.EventName null when CustomMessage.Run() executes, rather than the event name? context.ExecutionPointer.EventPublished Why is it false? Why don't loops wait?
When you wait for an event in a while loop, you expect execution to continue each time the event is received and then continue waiting.
Why is context.ExecutionPointer.EventName null when CustomMessage.Run() executes, rather than the event name? context.ExecutionPointer.EventPublished Why is it false? Why don't loops wait?