TasksToRunHelperGetTasksForExecution Method (String, Int32) |
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,
int tasksCount
)
Public Shared Function GetTasksForExecution (
taskType As String,
tasksCount As Integer
) As List(Of TasksToRun)
public:
static List<TasksToRun^>^ GetTasksForExecution(
String^ taskType,
int tasksCount
)
static member GetTasksForExecution :
taskType : string *
tasksCount : int -> List<TasksToRun>
Parameters
- taskType
- Type: SystemString
Type of the task. - tasksCount
- Type: SystemInt32
The tasks count.
Return Value
Type:
ListTasksToRunList of approved tasks.
See Also