TDeferred_Execution
What: class
File: _Deferred
Ancestor: None
Layer: 1
Platforms: C++, C#, Javascript, Pascal (Object), PHP, Python
Defines a base abstract class for deferred execution. An instance of this class registerd
with TDeferred_Manager will be called when deferred
execution is triggered. The class contains the following method:
Execute
void Execute( void* Context )
procedure Execute( Context : pointer )
Called with deferred execution is triggered.