This is the documentation for Enlighten.
Command to execute a function in the IUpdaetManagerWorker interface with no input arguments.
| Name | Description |
|---|---|
| void(IUpdateManagerWorker::* m_Function)() | Function pointer to worker function to call. |
| Name | Description |
|---|---|
| Execute(IUpdateManagerWorker *) | Function which actually executes the command, calling the function. |
| Execute(IUpdateManagerWorker *) | Function called when the command is executed, which will happen on the worker thread if one is running. |
| WorkerFunctionCommand(void(IUpdateManagerWorker::*)()) | Constructor, taking a function pointer. |
public: virtual void Execute
(
IUpdateManagerWorker * worker
)
Function which actually executes the command, calling the function.
public: virtual void Execute
(
IUpdateManagerWorker * worker
)
Function called when the command is executed, which will happen on the worker thread if one is running.
public: WorkerFunctionCommand
(
void(IUpdateManagerWorker::*)() function
)
Constructor, taking a function pointer.