Skip to main content

omEnabled Constant

Denotes that the user event‘s time is later than the host environment’s time.

Declaration

const omEnabled = $0002;

Remarks

The user event is valid if the user event‘s time is later than the host environment’s time (the user event will occur in the future). Use the omEnabled constant to set the Options dataset field (see the TcxSchedulerDBStorageFieldNames.Options property) to the flag that indicates that the user event‘s time is later than the host environment’s time (see the TcxSchedulerEvent.Enabled property).

Note

this constant should be only used when persisting user event‘s data in a data store without using the scheduler’s storage.

See Also