overview <p>Acknowledges a notification incident. Acknowledging an incident does not close it but puts it into an acknowledged state. If the user has selected to delay pending notification events on acknowledgement, then the delay time will need to elapse before the incident continues through the notification plan&apos;s events.</p><p>&nbsp;</p> functiondefinition <ac:structured-macro ac:name="code"><ac:parameter ac:name="language">cpp</ac:parameter><ac:plain-text-body><![CDATA[void WG_API NotificationAcknowledge( LPCWSTR strIncident,  LPCWSTR strMessage );]]></ac:plain-text-body></ac:structured-macro> parameters <p><ac:structured-macro ac:name="vardef"><ac:parameter ac:name="Name">strIncident</ac:parameter><ac:parameter ac:name="Type">LPCWSTR</ac:parameter><ac:parameter ac:name="Style">Parameter</ac:parameter><ac:parameter ac:name="atlassian-macro-output-type">INLINE</ac:parameter><ac:rich-text-body><p>The name/id of the incident to acknowledge&nbsp;</p></ac:rich-text-body></ac:structured-macro><ac:structured-macro ac:name="vardef"><ac:parameter ac:name="Name">strIncident</ac:parameter><ac:parameter ac:name="Type">LPCWSTR</ac:parameter><ac:parameter ac:name="Style">Parameter</ac:parameter><ac:parameter ac:name="atlassian-macro-output-type">INLINE</ac:parameter><ac:rich-text-body><p>A message to display to the user for the acknowledgement</p></ac:rich-text-body></ac:structured-macro></p> returnvalue <p><ac:structured-macro ac:name="returnvalue"><ac:parameter ac:name="Type">void</ac:parameter><ac:parameter ac:name="atlassian-macro-output-type">INLINE</ac:parameter><ac:rich-text-body><p>None</p></ac:rich-text-body></ac:structured-macro></p> remarkscontent None examplescontent None seealsocontent <p><ac:link><ri:page ri:content-title="NotificationClose" /></ac:link></p><p><ac:link><ri:page ri:content-title="NotificationReport" /></ac:link></p> Host <p><ac:structured-macro ac:name="sdkhost" /></p>