Click or drag to resize
AsyncProcessDataGetDataForProcess Method
Gets the data for process with the given process GUID

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static AsyncProcessData GetDataForProcess(
	Guid processGuid
)

Parameters

processGuid
Type: SystemGuid
Process GUID

Return Value

Type: AsyncProcessData
See Also