WithoutBillableJobs
Table of Contents
- $billableJobsEnabled : bool
- This parameter specify if billable jobs should be launched or not
- saveWithoutBillableJobs() : mixed
- withoutBillableJobs() : mixed
- Executes the callback disabling the jobs launching
Properties
$billableJobsEnabled
This parameter specify if billable jobs should be launched or not
protected
bool
$billableJobsEnabled
= true
Methods
saveWithoutBillableJobs()
public
saveWithoutBillableJobs() : mixed
Return values
mixed —withoutBillableJobs()
Executes the callback disabling the jobs launching
public
withoutBillableJobs(callable $callback) : mixed
Parameters
- $callback : callable