Method: Arachni::RPC::Server::Instance#snapshot_path

Defined in:
lib/arachni/rpc/server/instance.rb

#snapshot_pathString?

Returns Path to the snapshot of the suspended scan, ‘nil` if not #suspended?.

Returns:

See Also:



163
164
165
166
# File 'lib/arachni/rpc/server/instance.rb', line 163

def snapshot_path
    return if !suspended?
    @framework.snapshot_path
end