Arbortext Command Language > Repository API > postburst
  
postburst
postburst (succeeded, doc)
This callback is invoked immediately after a document is burst. It is always called, regardless of whether the burst succeeded. Bursting may occur when a document is imported, saved, or checked in, depending on the repository adapter's bursting policy.
Errors reported by post-burst hooks are not fatal. If errors are reported, the burst is still considered successful and sess_doc_burst() will not return an error. succeeded has the following values:
1 — The burst succeeded.
0 — A bursting error occurred.
postburst(succeeded) returns the following integer values:
0 — The burst can proceed.
< 0 — An error has occurred.
The doc parameter specifies the document identifier for the document to burst.
Related Topics
Repository API callback functions
preburst