Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 2.29 KB

GetCharactersCharacterIdIndustryJobs200Ok.md

File metadata and controls

30 lines (27 loc) · 2.29 KB

ESIClient.Dotcore.Model.GetCharactersCharacterIdIndustryJobs200Ok

Properties

Name Type Description Notes
ActivityId int? Job activity ID
BlueprintId long? blueprint_id integer
BlueprintLocationId long? Location ID of the location from which the blueprint was installed. Normally a station ID, but can also be an asset (e.g. container) or corporation facility
BlueprintTypeId int? blueprint_type_id integer
CompletedCharacterId int? ID of the character which completed this job [optional]
CompletedDate DateTime? Date and time when this job was completed [optional]
Cost double? The sume of job installation fee and industry facility tax [optional]
Duration int? Job duration in seconds
EndDate DateTime? Date and time when this job finished
FacilityId long? ID of the facility where this job is running
InstallerId int? ID of the character which installed this job
JobId int? Unique job ID
LicensedRuns int? Number of runs blueprint is licensed for [optional]
OutputLocationId long? Location ID of the location to which the output of the job will be delivered. Normally a station ID, but can also be a corporation facility
PauseDate DateTime? Date and time when this job was paused (i.e. time when the facility where this job was installed went offline) [optional]
Probability float? Chance of success for invention [optional]
ProductTypeId int? Type ID of product (manufactured, copied or invented) [optional]
Runs int? Number of runs for a manufacturing job, or number of copies to make for a blueprint copy
StartDate DateTime? Date and time when this job started
StationId long? ID of the station where industry facility is located
Status string status string
SuccessfulRuns int? Number of successful runs for this job. Equal to runs unless this is an invention job [optional]

[Back to Model list] [Back to API list] [Back to README]