Result Object

by Community Manager on 07-07-2011 08:35 AM - last edited on 07-12-2011 07:45 AM

Represents the Result being produced for the currently playing Composition.

Result Properties

  • LEVEL_ERROR (read only - int)

An indicator to be passed in for the "level" parameter of the "postMessage" method.

  • LEVEL_STATISTICS (read only - int)

An indicator to be passed in for the "level" parameter of the "postMessage" method.

  • LEVEL_INFO (read only - int)

An indicator to be passed in for the "level" parameter of the "postMessage" method.

  • LEVEL_VERBOSE (read only - int)

An indicator to be passed in for the "level" parameter of the "postMessage" method.

  • Summary  (read/write - string)

The "summary" text that will be shown in the Result for the Composition.

 

Result Methods

postMessage Method

The postMessage method adds a message and its detail to the given Result object.


void postMessage(int level, string message, string details)