Run the Colony Detection workflow using the last used project template.
Parameters
- id
- The workflow's ID.
- callback
- A callback to invoke when the command has finished execution.
Return Value
The result of the action.
This sample shows how to use the
RunColonyDetectionWorkflow(String,RunColonyDetectionWorkflowResponseCallback) method.
// Run the Colony Detection workflow with the last used project template and display the result on the Console.
pixl.RunColonyDetectionWorkflow("1234", x => Console.WriteLine(x.Result.Message));
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2