Skip to content

Xatkit Core Platform

Gwendal Daniel edited this page Aug 19, 2019 · 8 revisions

License Badge Build Status

Toolbox of generic actions that can be used in Xatkit execution models. This platform is bundled with the Xatkit release.

Providers

The core platform does not define any provider.

Actions

Action Parameters Return Return Type Description
GetTime - The current time (format: hh:mm:ss) String Returns the current time formatted as a String.
GetDate - The current date (format: dd/mm/yyyy) String Returns the current date formatted as a String.
Random - bound (Integer): the bound of the number to generate (exclusive) A random Integer between 0 (inclusive) and bound (exclusive) Integer Returns a random number each time it is called

Options

The core platform does not support any configuration option.

Clone this wiki locally