Click or drag to resize
AsyncProcessData.GetDataForProcess Method
Gets the data for process with the given process GUID

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

Parameters

processGuid
Type: System.Guid
Process GUID

Return Value

Type: AsyncProcessData
See Also