TasksToRunHelperGetItemIdsForExecution Method (String) |
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
)
Public Shared Function GetItemIdsForExecution (
taskType As String
) As List(Of Guid)
public:
static List<Guid>^ GetItemIdsForExecution(
String^ taskType
)
static member GetItemIdsForExecution :
taskType : string -> List<Guid>
Parameters
- taskType
- Type: SystemString
Type of the task.
Return Value
Type:
ListGuidList of guids.
See Also