"I'm not ready to publish yet"

Is there any way for a smart content plugin to stop the publishing progress because it isn't ready yet eg it is busy doing some work to create something and hasn't completed


Answer this question

"I'm not ready to publish yet"

  • Lovericky

    Actually I think an exception is the right thing, although it would be better if we gave you a documented exception to throw and documented the behavior of Writer encountering that exception during GeneratePublishHtml(). I'll forward your feedback along to the appropriate people, thanks.
  • PeterTPeterT

    If you could put a flag that i can set to cancel the publishing process into generatepublishhtml() that would be grand.. at the moment i have to throw an exception in there to cancel which is a bit ugly

  • Leonid B

    I think what would be good Joe, is for an event handler similar to the HTMLcapture event handler...

  • "I'm not ready to publish yet"