AifServiceGroupManager::isServiceGroupDeployed Method [AX 2012]

Checks whether a service group in the AOT is currently deployed.

Syntax

client server public static boolean isServiceGroupDeployed(str serviceGroupName)

Run On

Called

Parameters

  • serviceGroupName
    Type: str
    The name of the service group.

Return Value

Type: boolean
true if the service group is currently deployed; otherwise, false.

See Also

Reference

AifServiceGroupManager Class