Click or drag to resize

TasksToRunHelperGetItemIdsForExecution Method (String, Int32)

Gets guids for items that are approved (or other status) for execution.

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 List<Guid> GetItemIdsForExecution(
	string taskType,
	int tasksCount
)

Parameters

taskType
Type: SystemString
Type of the task.
tasksCount
Type: SystemInt32
The tasks count.

Return Value

Type: ListGuid
List of guids.
See Also