TasksToRunHelperChangeTasksToRunStatus Method (Guid, String, 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,
string description
)
Public Shared Function ChangeTasksToRunStatus (
guids As Guid(),
taskType As String,
newStatus As String,
description As String
) As Integer
public:
static int ChangeTasksToRunStatus(
array<Guid>^ guids,
String^ taskType,
String^ newStatus,
String^ description
)
static member ChangeTasksToRunStatus :
guids : Guid[] *
taskType : string *
newStatus : string *
description : string -> int
Parameters
- guids
- Type: SystemGuid
The guids. - taskType
- Type: SystemString
Type of the task. - newStatus
- Type: SystemString
The new status. - description
- Type: SystemString
The description.
Return Value
Type:
Int32Number of updated tasks.
See Also