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
)
Public Shared Function GetTasksForExecution (
taskType As String
) As List(Of TasksToRun)
public:
static List<TasksToRun^>^ GetTasksForExecution(
String^ taskType
)
static member GetTasksForExecution :
taskType : string -> List<TasksToRun>
Parameters
- taskType
- Type: SystemString
Type of the task.
Return Value
Type:
ListTasksToRunList of approved tasks.
See Also