Method: Inspec::Resources::WindowsTasks#exists?

Defined in:
lib/resources/windows_task.rb

#exists?Boolean

Returns:

  • (Boolean)


33
34
35
36
# File 'lib/resources/windows_task.rb', line 33

def exists?
  return true unless info.nil? || info[:uri].nil?
  false
end