Returns next states available for a given task

Namespace: SynergyClientAPI.Tasks
Assembly: SynergyClientAPI (in SynergyClientAPI.dll)

Public Shared Function GetNextStates( _ 
ByVal task_id As EntityID
) As DataOperationResponse(Of List(Of TaskState))
This language is not supported or no code example is available.
public static DataOperationResponse<List<TaskState>> GetNextStates( 
EntityID task_id 
)
This language is not supported or no code example is available.
public:  
static DataOperationResponse<List<TaskState^>^>^ GetNextStates( 
EntityID^ task_id 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

task_id
Type: EntityID

The id of the task

Return Value

Type: DataOperationResponse<List<TaskState>>

the response of the operation

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1