... | @@ -581,7 +581,7 @@ instance.call( "framework.run" ) |
... | @@ -581,7 +581,7 @@ instance.call( "framework.run" ) |
|
A handful of progress data can be requested by calling the ```framework.progress_data``` method.
|
|
A handful of progress data can be requested by calling the ```framework.progress_data``` method.
|
|
|
|
|
|
This will include messages, statistics, discovered issues, status etc.<br/>
|
|
This will include messages, statistics, discovered issues, status etc.<br/>
|
|
See: [Framework#progress_data](http://arachni.github.com/arachni/Arachni/RPC/Server/Framework.html#progress_data-instance_method)
|
|
See: [Framework#progress_data](http://rubydoc.info/github/Arachni/arachni/Arachni/RPC/Server/Framework.html#progress_data-instance_method)
|
|
|
|
|
|
```ruby
|
|
```ruby
|
|
while instance.call( "framework.busy?" )
|
|
while instance.call( "framework.busy?" )
|
... | | ... | |