In general, there are four steps to getting the Katana module up and running:
- Create a Monitor object (either one of the defaults, or subclass your own).
- Create a Manager object, passing your monitor to the constructor.
- Start the manager analysis.
- Queue a target for evaluation.
After all targets are queued, you can use the Manager.join
method to wait for completion.