dm_job_set Subroutine

public pure elemental subroutine dm_job_set(job, delay, disabled, onetime, valid, observ)

Sets job attributes.

Arguments

Type IntentOptional Attributes Name
type(job_type), intent(inout) :: job

Job type.

integer, intent(in), optional :: delay

Time in msec to wait before next job.

logical, intent(in), optional :: disabled

Ignore job.

logical, intent(in), optional :: onetime

Disable job after first execution.

logical, intent(in), optional :: valid

Valid if job has observation prototype.

type(observ_type), intent(in), optional :: observ

Prototype observation.