addAttachment method

void addAttachment(
  1. IStatus status,
  2. IAttachment attachment
)

Implementation

void addAttachment(IStatus status, IAttachment attachment) {
  _addAttachment(self, status.self, attachment.self);
  status.checkStatus();
}