enum DispachFlag;
Value | Description |
---|---|
ContinueWhenEmpty | If this flag is enabled, even if there are no jobs in the Scheduler , the system waits for Dispatch until the specified timeout expires. If new jobs are registered while the system is waiting, they are executed. |
DispatchKeepAliveOnly | This flag is only for keep alive signal processing used to maintain connections with clients. Lost connections can be avoiding by specifying this flag. |
This flag is used to specify the behavior when Dispatch
is called.
CONFIDENTIAL