Click or drag to resize

TasksToRunHelperGetTasksForExecution Method (String)

Gets tasks 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<TasksToRun> GetTasksForExecution(
	string taskType
)

Parameters

taskType
Type: SystemString
Type of the task.

Return Value

Type: ListTasksToRun
List of approved tasks.
See Also