TasksToRunHelperGetTasksToRunOverview Method |
Gets an overview of all tasks to run in the system.
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<TasksToRunOverview> GetTasksToRunOverview()
Public Shared Function GetTasksToRunOverview As List(Of TasksToRunOverview)
public:
static List<TasksToRunOverview^>^ GetTasksToRunOverview()
static member GetTasksToRunOverview : unit -> List<TasksToRunOverview>
Return Value
Type:
ListTasksToRunOverviewA list of type TasksToRunOverview.
See Also