Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.1 KB

Process.md

File metadata and controls

17 lines (13 loc) · 1.1 KB

SlambySdk.Process

Properties

Name Type Description Notes
id String The process GUID identifier [optional]
start Date The UTC time of the process start [optional]
end Date The UTC time of the process end [optional]
percent Number The percent of the whole process. (e.g.: 12.23 means 12.23%) [optional]
description String Process description [optional]
status String InProgress - the process is in progress, it's working \r\nCancelled - the process was cancelled by the user
type String Type of the process [optional]
errorMessages [String] [optional]
resultMessage String [optional]