TimeSheetStatus enumeration

Represents status settings that can be applied to a timesheet.

Syntax

CSOM

enum TimeSheetStatus 

JSOM

PS.TimeSheetStatus

REST Interface

TimeSheetStatus enumeration is not expliclity defined in REST. Use the values below to understand what can be returned and set.

Members

Name Value Description
NotSpecified 0 Not specified.
InProgress 1 In progress.
Submitted 2 Submitted.
Acceptable 3 Acceptable.
Approved 4 Approved.
Rejected 5 Rejected.
PendingSubmit 6 Pending submission; used when one or more timesheet lines are pending approval after a timesheet is submitted and project manager coordination is required.

See Also

TimeSheet