|
RetryingPrintProductionParametersIsFirstAttempt Property |
Gets or sets a value indicating whether this is the first time the job runs.
Namespace: Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax public bool IsFirstAttempt { get; set; }
No code example is currently available or this language may not be supported.
Property Value
BooleanRemarks
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