Crystal AI  1.0.0
Crystal.IDeferredCommandHandle Interface Reference

Interface to represent items added to the load balancer, which allows a number of operations to be called. More...

Inherited by Crystal.QueuedCommand.

Public Member Functions

void Pause ()
 Pause execution of command. More...
 
void Resume ()
 Resume execution of this command. More...
 

Properties

DeferredCommand Command [get]
 The scheduled command this handle refers to. More...
 
bool IsActive [get, set]
 If true the associated command is still being executed. More...
 

Detailed Description

Interface to represent items added to the load balancer, which allows a number of operations to be called.

Member Function Documentation

void Crystal.IDeferredCommandHandle.Pause ( )

Pause execution of command.

void Crystal.IDeferredCommandHandle.Resume ( )

Resume execution of this command.

Property Documentation

DeferredCommand Crystal.IDeferredCommandHandle.Command
get

The scheduled command this handle refers to.

bool Crystal.IDeferredCommandHandle.IsActive
getset

If true the associated command is still being executed.


The documentation for this interface was generated from the following file: