Click or drag to resize

TasksToRunHelperChangeTasksToRunStatus Method (Guid, String, String)

Changes TasksToRun Status given ItemIds and TaskType (Called from inside billing, programmer controlled, allows all statuses to be changed).

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static int ChangeTasksToRunStatus(
	Guid[] guids,
	string taskType,
	string newStatus
)

Parameters

guids
Type: SystemGuid
The guids.
taskType
Type: SystemString
Type of the task.
newStatus
Type: SystemString
The new status.

Return Value

Type: Int32
Number of updated tasks.
See Also