Create a staging graph (which cannot exist already). This acts as if a full copy of the transaction graph is made, upon which further modifications are made. This copy can be inspected, and then either discarded, or the main graph can be replaced by it by committing it.
Declared in <txgraph.h>
virtual
void
StartStaging() noexcept = 0;