pendingRequests property

List<SimulationJobRequest>? pendingRequests
final

A list of pending simulation job requests. These requests have not yet been created into simulation jobs.

Implementation

final List<SimulationJobRequest>? pendingRequests;