cronix


ITrigger

Describes the trigger.

Instance members

Instance memberDescription
CronExpr
Signature: CronExpr
Modifiers: abstract

Returns the cron expression.

Fire()
Signature: unit -> unit
Modifiers: abstract

Fires the trigger.

Name
Signature: TriggerName
Modifiers: abstract

Returns the trigger name.

OccurrenceAt
Signature: OccurrenceAt
Modifiers: abstract

Returns the occurance time.

OnStateChanged
Signature: IEvent<TriggerName * TriggerState>
Modifiers: abstract

On state change event

PublishRemovedEvent()
Signature: unit -> unit
Modifiers: abstract

Publish remove event

Start()
Signature: unit -> unit
Modifiers: abstract

Starts the trigger.

State
Signature: TriggerState
Modifiers: abstract

Returns the trigger state.

Stop()
Signature: unit -> unit
Modifiers: abstract

Stops the trigger.

Terminate()
Signature: unit -> unit
Modifiers: abstract

Terminates the trigger execution.

Fork me on GitHub