Hide Table of Contents
Class: StepComment

Description

The Stepcomment class is a collection of messages logged during a step execution.

Class hierarchy

esri.WorkflowManager.SupportClasses.JobType()

Properties

NameTypeSummary
commentstringThe message logged when a step is executed.
datedateThe date the activity happened.
userstringThe user that executed the step.
Property Details

<string> comment

The message logged when a step is executed.

<date> date

The date the activity happened.

<string> user

The user that executed the step.