Please enable JavaScript to view this site.

The manual for the JobRouter developer

Navigation: Webservice > Data types > Simple data types

boolean values (bool)

Scroll Prev Top Next More

The data type bool is used to exchange logical information (true or false). Examples of flags are the method call and return values, which indicate the success or failure of a method call up.