nn::nex::Scheduler::DispachFlag Enumerated Type

Syntax

enum DispachFlag;

Value

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.

Description

This flag is used to specify the behavior when Dispatch is called.

Revision History

2011/01/28
Initial version.

CONFIDENTIAL