Click or drag to resize
Infosoft Logo

RetryingPrintProductionParametersIsFirstAttempt Property

Gets or sets a value indicating whether this is the first time the job runs.

Namespace: Infosoft.Common.Contracts.DataContracts.Scheduler.Parameters
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public bool IsFirstAttempt { get; set; }

Property Value

Boolean
Remarks

If this is true and the Distribution program returns the designated error code indicating it's not ready, this job will get the "partially successful" status and an email will be sent to the configured recipients.

If it's false and the "not ready" error code is returned, the job will still be partially successful, but no email will be sent.

See Also