Skip to content

[F] listOperationsInClient

function listOperationsInClient(
context,
client,
ignoreHierarchy?): Operation[];

List operations inside a client or sub client. If ignoreHierarchy is true, the result will include all nested operations.

ParameterTypeDefault valueDescription
contextTCGCContextundefinedTCGCContext
clientSdkClientundefinedClient to list operations
ignoreHierarchybooleanfalseWhether to get all nested operations

Operation[]