ApiFeedback().Pause

Pauses the output of SILVIA’s Cognitive Feedback.

Description

When Feedback is enabled, this function temporarily pauses the generation of SILVIA’s Feedback output. This is different than calling “setActive” with a false value because in this case, a subsequent call to “_core.ApiFeedback().Resume();” will allow SILVIA to continue with the Feedback process where it was last left off.

Example Usage (C#)


_core.ApiFeedback().Pause();

Parameters

None.

See Also

  • ApiFeedback().Resume
  • ApiFeedback().SetActive
  • ApiFeedback().Clarify