Click or drag to resize

IAtomiaBillingApiChangeTasksToRunStatus Method

Changes tasks status to new status.

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

Parameters

guids
Type: SystemGuid
Ids of tasks which will be updated.
newStatus
Type: SystemString
New status.

Return Value

Type: Int32
Number of updated tasks.
See Also