setDelayedOutputFormat method

void setDelayedOutputFormat(
  1. IStatus status,
  2. IMessageMetadata format
)

Implementation

void setDelayedOutputFormat(IStatus status, IMessageMetadata format) {
  _setDelayedOutputFormat(self, status.self, format.self);
  status.checkStatus();
}