View Source Bildad.Job.JobRuns (Bildad v0.1.6)
Manages job runs.
Summary
Functions
Returns the number of job runs. (This is useful for pagination.)
Lists all the job runs with pagination.
Lists all the jobs that were running, have not been killed and have expired without pagination.
Lists all the jobs that were running, have not been killed and have expired with pagination (with the default page size if nil provided as the page size).
Lists all the job runs for the provided job run identifier without pagination.
Lists all the jobs that have finished with the provided result without pagination.
Lists all the jobs that have finished with the provided result with pagination (with the default page size if nil provided as the page size).
Lists all the jobs that are running and have timed out without pagination.
Lists all the jobs that are running and have timed out with pagination (with the default page size if nil provided as the page size).
Functions
Returns the number of job runs. (This is useful for pagination.)
Lists all the job runs with pagination.
Lists all the jobs that were running, have not been killed and have expired without pagination.
Lists all the jobs that were running, have not been killed and have expired with pagination (with the default page size if nil provided as the page size).
Lists all the job runs for the provided job run identifier without pagination.
Lists all the jobs that have finished with the provided result without pagination.
Lists all the jobs that have finished with the provided result with pagination (with the default page size if nil provided as the page size).
Lists all the jobs that are running and have timed out without pagination.
Lists all the jobs that are running and have timed out with pagination (with the default page size if nil provided as the page size).