New state.

Can be pending, success, failure, or error.

Property definitions

github $ StatusEvent :: state
	# New state.
	#
	# Can be `pending`, `success`, `failure`, or `error`.
	var state: String is writable
lib/github/events.nit:227,2--230,30