# class FolderState


Hot folder state provided to scripts to query current state of hot folder like task ID, input and output folders as well as setting and getting state as a dictionary


FolderState inherits from ScriptState


# MEMBERS

# member read-only name

Type: String

# member read-only taskId

Type: String

# member read-only errorFolder

Type: String

# member read-only outputFolder

Type: String

# FUNCTIONS

# function debug(message)

Description:

Parameters:

  • message: (String) -

# function info(message)

Description:

Parameters:

  • message: (String) -

# function warn(message)

Description:

Parameters:

  • message: (String) -

# function error(message)

Description:

Parameters:

  • message: (String) -

# function clear()

Description:

Last Updated: 12/20/2022, 8:12:45 AM