Sana Assistant (online)
Table of Contents

ITaskLogger reference

ITaskLogger interface provides an API to log task progress information during the execution of a scheduled task. This interface is intended for use within the scheduled task infrastructure to record runtime information, status updates, or debugging details.

Class

Methods

Log

Adds the provided message to a task log.

See also