IBasicJobChecker

Git Source

Functions

checker

This function checks whether the job can be executed by the automation vault

function checker(
  IAutomationVault _automationVault,
  IBasicJob _basicJob
) external pure returns (bool _canExec, bytes memory _execPayload);

Parameters

NameTypeDescription
_automationVaultIAutomationVaultThe automation vault that will execute the job
_basicJobIBasicJobThe basic job that will be executed

Returns

NameTypeDescription
_canExecboolWhether the job can be executed
_execPayloadbytesThe payload that will be executed by the automation vault