...
| Code Block |
|---|
select id, job_name, done from system_job |
Click Click Execute
Check the results for any jobs where done is either False or '0' (depending on what version of DualShield you are using.
...
...
| Code Block |
|---|
select id, job_name, done from system_job |
Click Click Execute
Check the results for any jobs where done is either False or '0' (depending on what version of DualShield you are using.
...