Update a task items progress / state only

Namespace: SynergyServerScripting.Entities
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

Public Shared Sub UpdateTaskProgress( _ 
ByVal to_do_id As EntityID, _ 
ByVal progress As Integer, _ 
ByVal state_id As EntityID, _ 
ByVal db As IDatabase
)
This language is not supported or no code example is available.
public static void UpdateTaskProgress( 
EntityID to_do_id
int progress
EntityID state_id
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static void UpdateTaskProgress( 
EntityID^ to_do_id
int progress
EntityID^ state_id
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function UpdateTaskProgress( 
to_do_id : EntityID
progress : int
state_id : EntityID
db : IDatabase 
);
This language is not supported or no code example is available.

Parameters

to_do_id
Type: EntityID

the task item

progress
Type: int

the progress

state_id
Type: EntityID

the state id

db
Type: IDatabase

the db connection to use

.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