J4.x

J4.x:Task Scheduler

From Joomla! Documentation

Revision as of 18:26, 2 January 2022 by Bembelimen (talk | contribs) (Add categories)

Limit Task to CLI only

To implement a task, which is executed via CLI only add the following code to the task XML:

<fieldset name="aside">
	<field name="cli_exclusive" type="hidden" default="1" />
</fieldset>