GetCleanupInfoByKey

Syntax
METHOD GetCleanupInfoByKey : BOOL
VAR_INPUT
sCleanupKey : GUID;
sStorageGuid : GUID;
tTimeout : TIME;
stCleanupInfo : T_ALY_SPCleanup_Desc;
END_VAR
Inputs
Name | Type | Description |
|---|---|---|
sCleanupKey | GUID | Search criterion “sCleanupKey” |
sStorageGuid | GUID | Search criterion “Storage” |
tTimeout | TIME | Duration until the procedure is aborted. |
stCleanupInfo | JSON description of the Cleanup Service. |
Return value
Name | Type | Description |
|---|---|---|
GetCleanupInfoByKey | BOOL | Is TRUE when completed |