ApexTestQueueItem
Columns
Name | Type | ReadOnly | References | Description |
Id [KEY] | String | True | Unique identifier of the ApexTestQueueItem. | |
CreatedDate | Datetime | True | Label Created Date corresponds to this field. | |
CreatedById | String | True | User.Id | Label Created By ID corresponds to this field. |
SystemModstamp | Datetime | True | Label System Modstamp corresponds to this field. | |
ApexClassId | String | False | ApexClass.Id | Label Class ID corresponds to this field. |
Status | String | True | Label Status corresponds to this field. | |
ExtendedStatus | String | True | Label Status Detail corresponds to this field. | |
ParentJobId | String | True | AsyncApexJob.Id | Label Apex Job ID corresponds to this field. |
Last updated