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