Get the tasks list for a job

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

Public Shared Function GetTaskListForJob( _ 
ByVal job_id As EntityID, _ 
ByVal get_children As Boolean, _ 
ByVal open_only As Boolean
) As TaskResponse
This language is not supported or no code example is available.
public static TaskResponse GetTaskListForJob( 
EntityID job_id
bool get_children
bool open_only 
)
This language is not supported or no code example is available.
public:  
static TaskResponse^ GetTaskListForJob( 
EntityID^ job_id
bool get_children
bool open_only 
)
This language is not supported or no code example is available.
public static function GetTaskListForJob( 
job_id : EntityID
get_children : boolean
open_only : boolean 
) : TaskResponse;
This language is not supported or no code example is available.

Parameters

job_id
Type: EntityID

The id of the job

get_children
Type: bool

Whether or not to get children

open_only
Type: bool

Whether or not to return tasks that are not open

Return Value

Type: TaskResponse

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