Table of Contents

Class CompleteProgress

Namespace
InSite.Application.Progresses.Write
Assembly
Shift.Sdk.dll
public class CompleteProgress : Command, ICommand
Inheritance
CompleteProgress
Implements
Inherited Members
Extension Methods

Constructors

CompleteProgress(Guid, DateTimeOffset?, decimal?, bool?, int?, int?)

public CompleteProgress(Guid progress, DateTimeOffset? completed, decimal? percent, bool? pass, int? elapsedMinutes, int? elapsedSeconds = 0)

Parameters

progress Guid
completed DateTimeOffset?
percent decimal?
pass bool?
elapsedMinutes int?
elapsedSeconds int?

Properties

Completed

public DateTimeOffset? Completed { get; set; }

Property Value

DateTimeOffset?

ElapsedMinutes

public int? ElapsedMinutes { get; set; }

Property Value

int?

ElapsedSeconds

public int? ElapsedSeconds { get; set; }

Property Value

int?

Pass

public bool? Pass { get; set; }

Property Value

bool?

Percent

public decimal? Percent { get; set; }

Property Value

decimal?