Miner.Interop.Process Assembly > Miner.Interop.Process Namespace : PxTaskTool Interface |
The following tables list the members exposed by PxTaskTool.
Name | Description | |
---|---|---|
![]() | AvailableTasks | The list of tasks available to the current node (as IMMEnumPxTasks). (Inherited from Miner.Interop.Process.IMMPxTaskTool) |
![]() | NodeList | Ensures that the task tool can be initialized in terms of the list of available tasks (as an ID8List), making sure that they're all valid, enabled and visible. (Inherited from Miner.Interop.Process.IMMPxTaskTool) |
![]() | TaskReady | Flag to determine if the task passed in (as IMMPxTask) has been successfully set and is valid in the current context (as boolean). (Inherited from Miner.Interop.Process.IMMPxTaskTool) |
Name | Description | |
---|---|---|
![]() | add_NodeListUpdated | (Inherited from Miner.Interop.Process.__PxTaskTool_Event) |
![]() | Execute | This method executes the selected task. Returns a boolean indicating if the method was successful. (Inherited from Miner.Interop.Process.IMMPxTaskTool) |
![]() | remove_NodeListUpdated | (Inherited from Miner.Interop.Process.__PxTaskTool_Event) |
![]() | SetTask | This method sets the selected task. Input parameter is the task (as IMMPxTask). Returns a boolean indicating if the method was successful. (Inherited from Miner.Interop.Process.IMMPxTaskTool) |
![]() | ShowTool | This method shows the Process Framework Task Tool form. (Inherited from Miner.Interop.Process.IMMPxTaskTool) |