'DeclarationPublic Overloads Function RunColonyDetectionWorkflow( _ ByVal id As String, _ ByVal projectTemplateName As String _ ) As Task(Of RunColonyDetectionCommandResponse)
'UsageDim instance As PIXLClient Dim id As String Dim projectTemplateName As String Dim value As Task(Of RunColonyDetectionCommandResponse) value = instance.RunColonyDetectionWorkflow(id, projectTemplateName)
public Task<RunColonyDetectionCommandResponse> RunColonyDetectionWorkflow( string id, string projectTemplateName )
public: Task<RunColonyDetectionCommandResponse>^ RunColonyDetectionWorkflow( String^ id, String^ projectTemplateName )
Parameters
- id
 - The workflow's ID.
 - projectTemplateName
 - The name of the project template to use. If this is empty the last used settings will be used.
 
Return Value
The result of the action.