Click or drag to resize

SiteOrderResultEntityJobsInProgress Property

Gets or sets the jobs in progress.

Namespace:  AMCS.Elemos.IntegrationService.Entity.Customer.OrdersSearch
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IList<SiteOrderJobResultEntity> JobsInProgress { get; set; }

Property Value

Type: IListSiteOrderJobResultEntity
The jobs in progress.
See Also